home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMHORLINE / TFRMHORLINE.txt
Encoding:
Text File  |  1999-02-01  |  4.7 KB  |  236 lines

  1. object FrmHorLine: TFrmHorLine
  2.   Left = 390
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Horizontal rule'
  6.   ClientHeight = 201
  7.   ClientWidth = 200
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblSize: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 20
  22.     Height = 13
  23.     Caption = '&Size'
  24.     FocusControl = EditSize
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object lblWidth: TLabel
  33.     Left = 104
  34.     Top = 8
  35.     Width = 28
  36.     Height = 13
  37.     Caption = '&Width'
  38.     FocusControl = EditWidth
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object lblAlign: TLabel
  47.     Left = 8
  48.     Top = 40
  49.     Width = 23
  50.     Height = 13
  51.     Caption = '&Align'
  52.     FocusControl = cbAlign
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object lblColor: TLabel
  61.     Left = 8
  62.     Top = 96
  63.     Width = 24
  64.     Height = 13
  65.     Caption = '&Color'
  66.     FocusControl = cbColor
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object btnOK: TButton
  75.     Left = 8
  76.     Top = 168
  77.     Width = 89
  78.     Height = 25
  79.     Caption = 'OK'
  80.     Default = True
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ModalResult = 1
  87.     ParentFont = False
  88.     TabOrder = 7
  89.   end
  90.   object btnCancel: TButton
  91.     Left = 104
  92.     Top = 168
  93.     Width = 89
  94.     Height = 25
  95.     Caption = 'Cancel'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ModalResult = 2
  102.     ParentFont = False
  103.     TabOrder = 8
  104.   end
  105.   object cbAlign: TComboBox
  106.     Left = 40
  107.     Top = 40
  108.     Width = 153
  109.     Height = 21
  110.     Hint = 'alignment of the line'
  111.     DropDownCount = 3
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ItemHeight = 13
  118.     Items.Strings = (
  119.       'Left'
  120.       'Center'
  121.       'Right')
  122.     ParentFont = False
  123.     ParentShowHint = False
  124.     ShowHint = True
  125.     TabOrder = 2
  126.   end
  127.   object cbNoShade: TCheckBox
  128.     Left = 8
  129.     Top = 72
  130.     Width = 75
  131.     Height = 17
  132.     Hint = 'display line flat ?'
  133.     Caption = ' No shade'
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     ParentShowHint = False
  141.     ShowHint = True
  142.     TabOrder = 3
  143.   end
  144.   object EditSize: TEdit
  145.     Left = 40
  146.     Top = 8
  147.     Width = 49
  148.     Height = 21
  149.     TabOrder = 0
  150.   end
  151.   object EditWidth: TEdit
  152.     Left = 144
  153.     Top = 8
  154.     Width = 49
  155.     Height = 21
  156.     TabOrder = 1
  157.   end
  158.   object cbColor: TComboBox
  159.     Left = 40
  160.     Top = 96
  161.     Width = 153
  162.     Height = 21
  163.     Hint = 'Enter color name here'
  164.     Font.Charset = DEFAULT_CHARSET
  165.     Font.Color = clBlack
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ItemHeight = 13
  170.     Items.Strings = (
  171.       'Aqua'
  172.       'Black'
  173.       'Blue'
  174.       'Fuchsia'
  175.       'Gray'
  176.       'Green'
  177.       'Lime'
  178.       'Maroon'
  179.       'Navy'
  180.       'Olive'
  181.       'Purple'
  182.       'Red'
  183.       'Silver'
  184.       'Teal'
  185.       'White'
  186.       'Yellow')
  187.     ParentFont = False
  188.     ParentShowHint = False
  189.     ShowHint = True
  190.     TabOrder = 4
  191.     OnChange = cbColorChange
  192.   end
  193.   object btnColor: TBitBtn
  194.     Left = 104
  195.     Top = 128
  196.     Width = 89
  197.     Height = 22
  198.     Hint = 'Select rule color'
  199.     Caption = 'Select color'
  200.     Font.Charset = DEFAULT_CHARSET
  201.     Font.Color = clBlack
  202.     Font.Height = -11
  203.     Font.Name = 'MS Sans Serif'
  204.     Font.Style = []
  205.     ParentFont = False
  206.     ParentShowHint = False
  207.     ShowHint = True
  208.     TabOrder = 5
  209.     OnClick = btnColorClick
  210.     NumGlyphs = 2
  211.   end
  212.   object pnlColor: TPanel
  213.     Left = 40
  214.     Top = 127
  215.     Width = 57
  216.     Height = 23
  217.     Hint = 'Current color'
  218.     BevelInner = bvRaised
  219.     BevelOuter = bvLowered
  220.     Font.Charset = DEFAULT_CHARSET
  221.     Font.Color = clBlack
  222.     Font.Height = -11
  223.     Font.Name = 'MS Sans Serif'
  224.     Font.Style = []
  225.     ParentFont = False
  226.     ParentShowHint = False
  227.     ShowHint = True
  228.     TabOrder = 6
  229.   end
  230.   object DlgColor: TColorDialog
  231.     Ctl3D = True
  232.     Left = 8
  233.     Top = 128
  234.   end
  235. end
  236.